move Qt6 CI builds to 6.2.2. (#779)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Wed, 1 Dec 2021 19:40:38 +0000 (12:40 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 19:40:38 +0000 (12:40 -0700)
.github/workflows/macos.yml
.github/workflows/windows.yml

index b99f839fa4290f6e5532c8b41c331a0147b24023..5125217d0a2b16e0912444a1ad66e529ab5d0ddc 100644 (file)
@@ -105,7 +105,7 @@ jobs:
     name: macos Qt6 Build
     runs-on: macos-11
     env:
-      QT_VERSION: '6.2.1'
+      QT_VERSION: '6.2.2'
 
     steps:
     - name: Checkout repository
index e9b905e9d6a8147670fc1ed22bc7af23087db2a4..24e737dfc3951fea50e2ceae94fa89f8e8191e66 100644 (file)
@@ -54,7 +54,7 @@ jobs:
             METHOD: 'aqt'
             RELEASE: false
             FLOW: 'nmake'
-          - QT_VERSION: '6.2.1'
+          - QT_VERSION: '6.2.2'
             ARCH: 'amd64'
             HOST_ARCH: 'amd64'
             COMPILER: 'msvc2019_64'